lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: getting parts of the system start barline invisible


From: Zoran Kesic
Subject: Re: getting parts of the system start barline invisible
Date: Wed, 18 Mar 2015 09:40:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Pierre Perol-Schneider <pierre.schneider.paris <at> gmail.com> writes:

> 
> 
> 
> 
> 
> Oups, copy/paste typo.
> So here again :\version "2.18.2"\score {   <<    \new Staff = "staff_I"
\with {  } << \relative c' { c2 c2 } >>      \new StaffGroup = "sgStrings"
\with { } <<          \new Staff = "staff_II" \with {  } << \relative c' {
c1 } >>          \new Staff = "staff_III" \with {  } << \relative c' { c1 }
>>          \new Staff = "SG Staff 3" \with {  } << \relative c' { c1 } >>
      >>   >>  \layout {    \context {      \Score      \remove
System_start_delimiter_engraver    }    \context {      \StaffGroup     
systemStartDelimiterHierarchy = #'(SystemStartBar (SystemStartBracket 1 2
3))    }  }}
> Cheers,
> Pierre
> 
> 
> 2015-03-18 7:52 GMT+01:00 Pierre Perol-Schneider <pierre.schneider.paris
<at> gmail.com>:
> 
> 
> 
> Hi Zoran,
> Try :\version "2.18.2"\score {   <<    \new Staff = "staff_I" \with {  }
<< \relative c' { c2 c2 } >>    <<      \new StaffGroup = "sgStrings" \with
{ } <<          \new Staff = "staff_II" \with {  } << \relative c' { c1 }
>>          \new Staff = "staff_III" \with {  } << \relative c' { c1 }
>>          \new Staff = "SG Staff 3" \with {  } << \relative c' { c1 } >>
      >>       \new Dynamics { s1 }    >>  >>  \layout {    \context {     
\Score      \remove System_start_delimiter_engraver    }    \context {     
\StaffGroup      systemStartDelimiterHierarchy = #'(SystemStartBar
(SystemStartBracket 1 2 3))    }  }}
> Cheers,
> Pierre
> 
> 
> 
> 2015-03-18 2:31 GMT+01:00 Zoran Kesic <zzkesic <at> gmail.com>:
> Zoran Kesic <zzkesic <at> gmail.com> writes:
> >
> > Hi,
> >
> > Although relatively new to Lilypond, I was able to find solutions to my
> > needs so far, thanks to this forum and fantastic supporting documentation
> > for Lilypond.
> >
> > However, there is one thing that is driving me mad and I was hoping someone
> > would be able to help me with this code:
> >
> > \score { <<
> >     \new Staff = "staff_I" \with {  } << \relative c' { c2 c2 } >>
> >
> >     \new StaffGroup = "sgStrings" \with { systemStartDelimiter =
> > #'SystemStartNoBar } <<
> >         \new Staff = "staff_II" \with {  } << \relative c' { c1 } >>
> >         \new Staff = "staff_III" \with {  } << \relative c' { c1 } >>
> >         \new Staff = "SG Staff 3" \with {  } << \relative c' { c1 } >> >> >>
> > }
> >
> > Is it possible to make a portion of the system start barline that is
> > connecting the top two staves (i.e. 'staff_I' and 'staff_II') invisible?
> >
> > Any help would be much appreciated. (Apologies for badly placed << and >>
> > symbols; trying to avoid the top-posting error!)
> >
> > Thanks
> > Zoran
> >Apologies, here is the correct code:
> \score { <<
>     \new Staff = "staff_I" \with {  } << \relative c' { c2 c2 } >>
>     \new StaffGroup = "sgStrings" \with {  } <<        \new Staff =
"staff_II" \with {  } << \relative c' { c1 } >>
>         \new Staff = "staff_III" \with {  } << \relative c' { c1 } >>
>         \new Staff = "SG Staff 3" \with {  } << \relative c' { c1 } >> >> >>
> }Thanks
> Zoran
> _______________________________________________
> lilypond-user mailing listlilypond-user <at>
gnu.orghttps://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 

Exactly what I needed!
Thank you so much Pierre.

Cheers,
Zoran 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]