Skip to content
Snippets Groups Projects
Commit 5b1a0436 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Front page of the cheat sheet finished

parent b93f8566
No related branches found
No related tags found
No related merge requests found
Showing
with 6250 additions and 11 deletions
\include "basic-notation-snippets.ily"
\relative c'' { \partial 8 c8 | g1 }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\relative c' { c f d' c, }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\layout{
\context { \Score
timing = ##t
}
}
\paper {
pages=1
systems-per-page=1
}
\relative c' { c1 \repeat volta 2 { d } \alternative {{ e1 } { f}} g }
\ No newline at end of file
\version "2.15.9" \include "basic-notation-snippets.ily"
\layout {
\context { \Score
timing = ##f
\override SpacingSpanner #'common-shortest-duration = #(ly:make-moment 1 8)
}
\context { \Staff
\remove "Time_signature_engraver"
}
}
\relative c' {r2 r4 r4. r4.. r8 r16 r32} \relative c' {r2 r4 r4. r4.. r8 r16 r32}
\include "basic-notation-snippets.ily"
\relative c'' { c( a) c\( b( a) g f\) }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\layout {
\context { \Score
timing = ##t
}
}
\relative c'' { \tempo "Adagio" 4=60 c1 c c \mark \default c }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\relative c'' { c4~ c c2~ c4 <c a f>~ c }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\layout {
\context { \Staff
\consists "Time_signature_engraver"
}
}
\relative c' { \time 4/4 s \time 2/2 s \time 3/4 s \time 3/8 s }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\relative c'' { \times 2/3 { c8 d e} \times 4/5 { c[ d e d c] } }
\ No newline at end of file
\include "basic-notation-snippets.ily"
\markup {
\justify {
A \underline justified \bold paragraph,
\fontsize #-2 automatically line-broken.
Some symbols: \dynamic ff \eyeglasses
\rounded-box text, \with-color #red Text
}
}
This diff is collapsed.
File added
This diff is collapsed.
File added
No preview for this file type
No preview for this file type
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment