lilypond-user
[Top][All Lists]
Advanced

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

RE: little bar at the beginning of a one-staff-system


From: Mark Stephen Mrotek
Subject: RE: little bar at the beginning of a one-staff-system
Date: Thu, 9 Jan 2014 16:09:26 -0800

Rafael,

 

The order of prefatory symbols can be altered using the command listed here:

 

http://www.lilypond.org/doc/v2.17/Documentation/internals/break_002dalignment_002dinterface

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Rafael Arndt
Sent: Thursday, January 09, 2014 2:36 PM
To: Federico Bruni
Cc: lilypond-user Mailinglist
Subject: Re: little bar at the beginning of a one-staff-system

 

 


 
2014/1/9 Federico Bruni <address@hidden>

> 2014/1/9 Rafael Arndt <address@hidden>
> > There is a tiny estatical detail I would like to change, but found out nowhere how to do it:
> > I would like to have a bar at the beginning of the system here:
> >  
> > { a }
> > %like here:
> > \new TabStaff { a }
> > %or here:
> > <<
> > {a}
> > {b}
> > >>
> >  
> > Do you think there is a possibility or is it conceptually just not possible. I am still at the beginning of the lerning curve. But dirty hacks are also welcome if nothing else is available.
>  Hi Rafael
>  
> welcome to Lilypond!
>  
> Something like this?

>  
> \version "2.18.0"
>  
> {
>   \bar ".|:"
>   a
> }
>  
> I suggest starting your search from the index of the Notation Reference:
http://lilypond.org/doc/v2.18/Documentation/notation/lilypond-index[http://lilypond.org/doc/v2.18/Documentation/notation/lilypond-index]
>  
> Did you read the Learning Manual?


Hi. Thanks for the welcome and for the quick answer.

I actually did some research about it, but did neither find an example nor any instruction how to do this kind of stuff.
To make the problem clearer: I want to have the vertical line on the left side of the clef.
But even if I remove clef and time engraver, It just does not want to write a \bar "|" at the very left side, surprisingly in the opposite to the \bar".|:" which it does display as in the following example:

\version "2.18.0"

\score {
  \new Staff {
    \bar "|" e'' \bar "|"
  }
}
\score {
  \new Staff {
    \bar ".|:" e'' \bar "|"
  }
}
\layout {
  \context {
    \Staff
    \remove "Clef_engraver"
    \remove Time_signature_engraver
  }
}


reply via email to

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