Staff headword: Difference between revisions
Appearance
m New category |
m Proper indentation; smaller size for good PDF output |
||
| Line 1: | Line 1: | ||
Staff headword | Staff headword. | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
\include "catalan.ly" | \include "catalan.ly" | ||
% Piotr Ilitch Tchaïkovski | |||
% Le Lac des Cygnes, op. 20 | |||
% Danse Napolitaine | |||
% arr. Laurence Sardain (Mutopia 2006/12/22) | |||
#(set-global-staff-size 18) | |||
% | |||
% | |||
% | |||
trompette = \relative do'' { | trompette = \relative do'' { | ||
| Line 24: | Line 15: | ||
\key mib \major | \key mib \major | ||
\time 2/4 | \time 2/4 | ||
R2^\markup { \italic Comodo } | | R2^\markup { \italic Comodo } | | ||
r8 \once \override TextScript.padding = #2.0 | r8 \once \override TextScript.padding = #2.0 | ||
sib16-.^\markup { \dynamic p \italic grazioso } do-. | |||
mib16( re)-. do-. sib-. | | |||
re8-. r8 re4->( | | re8-. r8 re4->( | | ||
re8) do16-. re-. mib( re) do-. re-. | | re8) do16-. re-. mib( re) do-. re-. | | ||
| Line 45: | Line 38: | ||
\key mib \major | \key mib \major | ||
\time 2/4 | \time 2/4 | ||
r8\p <sol sib mib>16-. | |||
r8 <sol sib mib>16-. | r8\p <sol sib mib>16-. q-. q8-. q-. | | ||
r8 <lab sib re>16-. | r8 <sol sib mib>16-. q-. q8-. q-. | | ||
r8 <lab sib re>16-. | r8 <lab sib re>16-. q-. q8-. q-. | | ||
r8 <sol sib mib>16-. | r8 <lab sib re>16-. q-. q8-. q-. | | ||
r8 <sol sib mib>16-. q-. q8-. q-. | | |||
} | } | ||
| Line 56: | Line 50: | ||
\key mib \major | \key mib \major | ||
\time 2/4 | \time 2/4 | ||
mib4-. r4 | | mib4-. r4 | | ||
sib-. r | | sib-. r | | ||
| Line 62: | Line 57: | ||
mib4-. r4 | | mib4-. r4 | | ||
} | } | ||
\score { | \score { | ||
<< | << | ||
\context Staff = "trumpet" | \context Staff = "trumpet" \with { | ||
instrumentName = \markup { | |||
"Trumpet" \concat { B \teeny \raise #0.4 \flat } } | |||
} \transpose sib do' \trompette | |||
\context RhythmicStaff = "tambourin" \with { | |||
instrumentName = "Tambourine" | |||
\context RhythmicStaff = "tambourin" | } \tambourin | ||
\context PianoStaff = "prima" \with { | |||
instrumentName = "Piano" | |||
} << | |||
\context Staff = "uppera" \upper | |||
\context PianoStaff = "prima" | \context Staff = "lowera" \lower | ||
>> | |||
<< | |||
>> | >> | ||
\layout { } | \layout { indent = 2.5\cm} | ||
} | } | ||
| Line 90: | Line 80: | ||
<< | << | ||
\context Staff = "trumpet" \with { midiInstrument = "trumpet" } | \context Staff = "trumpet" \with { midiInstrument = "trumpet" } | ||
\trompette | |||
\context DrumStaff = "tambourin" | \context DrumStaff = "tambourin" | ||
\tambourin | \tambourin | ||
\context Staff = "piano" | \context Staff = "piano" | ||
<< | |||
\upper | |||
\lower | |||
>> | |||
>> | >> | ||
\midi { \tempo 4 = 72 } | \midi { \tempo 4 = 72 } | ||
Revision as of 17:17, 23 December 2025
Staff headword.
\version "2.24"
\include "catalan.ly"
% Piotr Ilitch Tchaïkovski
% Le Lac des Cygnes, op. 20
% Danse Napolitaine
% arr. Laurence Sardain (Mutopia 2006/12/22)
#(set-global-staff-size 18)
trompette = \relative do'' {
\clef treble
\key mib \major
\time 2/4
R2^\markup { \italic Comodo } |
r8 \once \override TextScript.padding = #2.0
sib16-.^\markup { \dynamic p \italic grazioso } do-.
mib16( re)-. do-. sib-. |
re8-. r8 re4->( |
re8) do16-. re-. mib( re) do-. re-. |
do8-. r8 sib4-> |
}
tambourin = \drummode {
\time 2/4
r8 tamb16 16 8 8 |
r8 16 16 8 8 |
r8 8 r8 8 |
r8 16 16 8 8 |
r8 8 r8 8 |
}
upper = \relative do' {
\clef treble
\key mib \major
\time 2/4
r8\p <sol sib mib>16-. q-. q8-. q-. |
r8 <sol sib mib>16-. q-. q8-. q-. |
r8 <lab sib re>16-. q-. q8-. q-. |
r8 <lab sib re>16-. q-. q8-. q-. |
r8 <sol sib mib>16-. q-. q8-. q-. |
}
lower = \relative do {
\clef bass
\key mib \major
\time 2/4
mib4-. r4 |
sib-. r |
fa'-. r |
sib, r |
mib4-. r4 |
}
\score {
<<
\context Staff = "trumpet" \with {
instrumentName = \markup {
"Trumpet" \concat { B \teeny \raise #0.4 \flat } }
} \transpose sib do' \trompette
\context RhythmicStaff = "tambourin" \with {
instrumentName = "Tambourine"
} \tambourin
\context PianoStaff = "prima" \with {
instrumentName = "Piano"
} <<
\context Staff = "uppera" \upper
\context Staff = "lowera" \lower
>>
>>
\layout { indent = 2.5\cm}
}
\score {
<<
\context Staff = "trumpet" \with { midiInstrument = "trumpet" }
\trompette
\context DrumStaff = "tambourin"
\tambourin
\context Staff = "piano"
<<
\upper
\lower
>>
>>
\midi { \tempo 4 = 72 }
}