[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lilypond-auto] Issue 3216 in lilypond: Lyrics collide with span bar
From: |
lilypond |
Subject: |
Re: [Lilypond-auto] Issue 3216 in lilypond: Lyrics collide with span bar |
Date: |
Tue, 05 Mar 2013 07:04:49 +0000 |
Comment #4 on issue 3216 by address@hidden: Lyrics collide with
span bar
http://code.google.com/p/lilypond/issues/detail?id=3216
I prefer the first to the second.
\new PianoStaff <<
\new Staff \new Voice = "a" {g'2. g'4 g'1}
\new Lyrics \lyricsto "a" { all throu \skip 1}
\new Staff R1*2 >>
\score {
\new PianoStaff <<
\new Staff \new Voice = "a" {g'2. g'4 g'1}
\new Lyrics \lyricsto "a" { all throu }
\new Staff R1*2 >>
\layout { \context {
\Lyrics \remove Pure_from_neighbor_engraver
\override LyricText #'whiteout = ##t }}
}
Rather than removing the engraver, why not just make the default height for
stubs empty? Then, a command like:
\lyricsPushSpanbar
could be
\override SpanBarStub #'Y-extent = #whatever-it-is-currently
Attachments:
allthrou.png 31.0 KB
--
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