lilypond-user
[Top][All Lists]
Advanced

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

Re: Absolutely evenly aligned table of chords ... with plenty of acciden


From: Rune Zedeler
Subject: Re: Absolutely evenly aligned table of chords ... with plenty of accidentals?
Date: Tue, 10 Jul 2007 18:03:04 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

Trevor Bac(a skrev:

I'm picky about the spacing. So I want noteheads to align *vertically*
(between systems).

And I also want all barlines to align vertically between systems.

As Mats suggests: Use a multistaff-score.

%%% BEGIN %%%

\version "2.11.25"
\include "english.ly"

\layout {
  indent = #0
  ragged-right = ##t
  \context {
    \Score
    \remove System_start_delimiter_engraver
  }
  \context {
    \Staff
    \remove Time_signature_engraver
  }
}

<<
\new Staff {
  \time 1/4
  < cs'' >4
  < cs'' ds'' >4
  < cs'' ds'' es'' fs'' >4
  < cs'' ds'' es'' fs'' gs'' >4
}
\new Staff {
  < cf'' df'' ef'' ff'' gf'' af'' >4
  < cf'' >4
  < cf'' df'' >4
  < cf'' df'' ef'' ff'' >4
}
\new Staff {
  < cs'' ds'' >4
  < cs'' ds'' es'' fs'' >4
  < cs'' ds'' es'' fs'' gs'' >4
  < cs'' ds'' es'' fs'' gs'' as'' >4
}
>>

%%% END %%%

-Rune




reply via email to

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