On 31 May 2014, at 18:00, David Kastrup wrote:

> Damian leGassick <[email protected]> writes:
> 
>> Hi all
>> 
>> I need a change of clef to appear after a double barline, not before
>> it (for a theory worksheet)
> 
> There are some properties determining the order of elements, but one can
> also cheat:
> 
> { c'1 \grace { \bar "||" s4 } \clef bass c1 }
> 
> -- 
> David Kastrup


Hi David
the cheat fails with this layout

\version "2.18.0"
musicRH = { c'1 \grace { \bar "||" s1 } \clef bass c1 }
\layout { ragged-right = ##f }
\new Staff {\musicRH}   

Damian

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to