2014/1/9 Rafael Arndt <[email protected]>
> 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
Did you read the Learning Manual?
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user