Remove system separator

2016-01-25 Thread Pierre Perol-Schneider
Hi All, I need to typeset an orchestral piece showing system separators together with solo scores without the system separator. Any idea ? %% Snippet: %% \version "2.19.35" #(set-default-paper-size "a6landscape") instruOne = \new Staff { \set Staff.instrumentName = "Inst. 1" \repeat

Re: Remove system separator

2016-01-25 Thread tisimst
{ piece = "INSTRUMENT TWO" } } } %< SNIP -- Naturally, you could have added \paper { system-separator-markup = ##f } in each of the individual instrument \bookpart blocks, but I think my first suggestion is better since it reduces typing. HTH, Abraham -- View this message in context: http://lilypond.1069038.n5.nabble.com/Remove-system-separator-tp186401p186402.html Sent from the User mailing list archive at Nabble.com.___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Remove system separator

2016-01-25 Thread Pierre Perol-Schneider
{ > \new StaffGroup << \instruOne \instruTwo >> > \header { piece = "CONDUCTOR" } > \paper { > system-separator-markup = \slashSeparator > } > } > \bookpart { > \score { > \instruOne > \layout { system-count =