lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3464 in lilypond: vertical spacing in leadsheet wi


From: lilypond
Subject: [Lilypond-auto] Issue 3464 in lilypond: vertical spacing in leadsheet with text between staffs
Date: Wed, 17 Jul 2013 03:38:04 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3464 by address@hidden: vertical spacing in leadsheet with text between staffs
http://code.google.com/p/lilypond/issues/detail?id=3464

the following example shows two staffs with a Text between the staff:
\version "2.16.2"
\paper {
        #(set-paper-size "a5")
    print-page-number = ##f
        ragged-right = ##f
    ragged-last-bottom = ##t
    ragged-bottom = ##t
}
\layout {
        indent = 0.0\cm
}
        <<
\new ChordNames{ \germanChords \chordmode{ \germanChords f1 c1 c1 f1} }
        \relative c' {
                \time 4/4
                \key f \major
                f4 f f f g e c2 g'4 g f g a2 f2
        }
\addlyrics { \set stanza = #"1." Chris -- tus lädt uns al -- le ein, wir
sind sei -- ne Gäs -- te. }
        >>
        \markup{\bold "Zwischenvers"}
        <<
\new ChordNames{ \germanChords \chordmode{ \germanChords g1:7 c1 g1:7 c1 } }
        \relative c' {
                \time 4/4
                \key f \major
                g'4 g a b c2 a g4 a g f e2 d \bar "|."
        }
\addlyrics { \set stanza = #"1.-2." Seg -- ne, was wir ge -- ben, seg -- ne
un -- ser Le -- ben! }


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

reply via email to

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