Am Montag, 3. März 2008 schrieb Risto Vääräniemi: > Hi Orm, > I was struggling with the same thing two months back and then I just > lowered the rests by one "space unit". \override > RhythmicStaff.MultiMeasureRest #'extra-offset = #'(0.0 . -1.0)
Unfortunately, this messes up real multi-measure rests... See attached example. Cheers, Reinhold -- ------------------------------------------------------------------ Reinhold Kainhofer, Vienna University of Technology, Austria email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/ * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/ * K Desktop Environment, http://www.kde.org, KOrganizer maintainer * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
rhythmic_staff_rests.pdf
Description: Adobe PDF document
\version "2.11.41"
\layout {
\context { \Score
\override MultiMeasureRest #'expand-limit = #1
skipBars = ##t
}
\context { \RhythmicStaff
% This messes up real multi-measure staves!
\override MultiMeasureRest #'extra-offset = #'(0.0 . -1.0)
}
}
<<
\context RhythmicStaff = "RhSt" <<
{ R1 | r2 g' | R1*15 }
>>
\context Staff = "St" <<
{ R1 | r2 g' | R1*15 }
>>
>>_______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
