Hi Tim,
2011/3/17 Timothy Sheasby :
> From the LilyPond essay I learned that LilyPond deliberately *avoids*
> lining up the staff lines vertically to make the music look more
> like a hand engraved manuscript . . .
No, that's not true! You misunderstood the concept explained in essay.
LilyPond do
}
>>}
>>\column{
>> \score {
>>\new Staff \with { \centeredVAG }
>>{ a }
>>\layout { }
>> }
>>}
>> }
>
very elegant - with this you don't have to spoil your \score!
Eluze
--
Thank you all!
Marek
http://gregoriana.sk
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
From the LilyPond essay I learned that LilyPond deliberately *avoids* lining up
the staff lines vertically to make the music look more like a hand engraved
manuscript . . .
On 17 Mar 2011, at 10:28 PM, Robin Bannister wrote:
> Marek Klein wrote:
>> how can I get the staff-lines vertically alig
Marek Klein wrote:
how can I get the staff-lines vertically aligned?
Here's another padding hack:
\layout { line-width = 6.2\cm ragged-right = ##f }
centeredVAG = \with { \override VerticalAxisGroup #'Y-extent = #'(-8 . 8) }
\markup \fill-line \vcenter {
\column{
\score {
ith-color #white x }
\layout { }
}}
\left-column{
\score {
\new Staff { \once \override TextScript #'padding = #9 a ^\markup
\with-color #white x }
\layout { }
}}
\null
}}}
--
View this message in context:
http://old.nabble.c
Hi all,
how can I get the staff-lines vertically aligned?
\version "2.13.40"
\layout { line-width = 6.2\cm ragged-right = ##f }
\markup \fill-line {
\column{
\score {
\new Staff { c''' }
\layout { }
}
}
\column{
\score {
\new Staf