[ << Templates ] | [Top][Contents] | [ >> ] |
[ < Modello per orchestra, coro e pianoforte ] | [ Up : Templates ] | [ Modello per pianoforte con testo al centro > ] |
Modello per pianoforte (semplice)
Ecco un comune doppio pentagramma per pianoforte con un po’ di note.
upper = \relative c'' { \clef treble \key c \major \time 4/4 a4 b c d } lower = \relative c { \clef bass \key c \major \time 4/4 a2 c } \score { \new PianoStaff \with { instrumentName = "Piano" } << \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { } \midi { } }
[ << Templates ] | [Top][Contents] | [ >> ] |
[ < Modello per orchestra, coro e pianoforte ] | [ Up : Templates ] | [ Modello per pianoforte con testo al centro > ] |