Updates:
Summary: articulation-generating script needs verbatim @lilypond (A10 and A13 Appendices of NR)

Comment #5 on issue 1189 by [email protected]: articulation-generating script needs verbatim @lilypond (A10 and A13 Appendices of NR)
http://code.google.com/p/lilypond/issues/detail?id=1189

The layout for the appendix is quite elegant though, so I wondered if there as a way to set more context settings inside the @lilypond[...] macro (?).

I.e. currently I can see that A.13 uses

   \context {
    \RhythmicStaff
    \remove "Time_signature_engraver"
    \hide BarLine
    \override Stem.direction = #down
  }

Is there a way to do this in the macro without having to explicitly state it verbatim - not that that matters but it would look better in the resulting verbatim code - I think anyway.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to