Good afternoon,
I am setting an interlude for a colleague. She has specified a full-measure
centered rest, notated as a dotted half-rest. I have searched the documentation
for several hours and cannot seem to figure out how to do this.
I want the rest in measure 2, but centered like the rest in measure 1.Advice?
BTW, I'm using Lilypond version 2.18.2.
Thanks!
Karen
\include "english.ly"
\layout { indent = 0.0\cm }
\paper {
#(define top-margin (* .5 cm))
top-system-spacing #'basic-distance = #10
score-system-spacing #'basic-distance = #15
system-system-spacing #'basic-distance = #15
last-bottom-spacing #'basic-distance = #10
score-markup-spacing #'basic-distance = #8
ragged-bottom = ##t
}
Soprano = \relative c' {
\clef treble
\key g \major
\numericTimeSignature
\autoBeamOn
\time 3/4
s2 <d g a>8_. <d g a>8_.
s2.
\bar "||"
}
Alto = \relative c'' {
\clef treble
\key g \major
\numericTimeSignature
\autoBeamOn
\time 3/4
<g b d>2 s4
<g b d>2 s4
}
Tenor = \relative c' {
\clef bass
\key g \major
\numericTimeSignature
\autoBeamOn
\time 3/4
s2. s
}
Bass = \relative c {
\clef bass
\key g \major
\numericTimeSignature
\autoBeamOn
\time 3/4
\override MultiMeasureRest.staff-position = #+2
R2.
d2.\rest
}
\score {
<<
\new PianoStaff <<
\new Staff = upper <<
\context Voice =
sopranos { \voiceOne << \Soprano >> }
\context Voice =
altos { \voiceTwo << \Alto >> }
>>
\new Staff = lower <<
\context Voice =
tenors { \voiceThree << \Tenor >> }
\context Voice =
basses { \voiceFour << \Bass >> }
>>
>>
>>
\layout {
ragged-last = ##f
ragged-bottom = ##t
\context {
\Score
% \remove "Bar_number_engraver"
\remove "Time_signature_engraver"
}
\context {
\Lyrics
\override LyricSpace #'minimum-distance = #0.1 %0.8
\override LyricText #'font-size = #+1.5
\override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
\override VerticalAxisGroup.
nonstaff-relatedstaff-spacing.padding = #1.5
\override VerticalAxisGroup.
nonstaff-unrelatedstaff-spacing.padding = #1.5
}
}
}_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user