Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / lyrics-bar.ly
blobf8b7d83575ad9f73d981d43b806c070e2f13638f
1 \version "2.12.0"
3 \header{
4 texidoc="
5 Adding a @code{Bar_engraver} to the Lyrics context makes sure that
6 lyrics do not collide with barlines.
10 \layout {
11 ragged-right = ##t
15 \new Staff \with
17 % \remove "Bar_engraver"
20 b1 \bar "|:" b1 \bar ":|"
22 \context Lyrics \with {
23 \consists "Bar_engraver"
24 \consists "Separating_line_group_engraver"
25 \override BarLine #'bar-size = #4
26 } \lyricmode {
27 looooooooooooooooooooooooooooooooooong1 syllable
29 \lyrics {
30 no Bar_Engraver_Bar_Engraver_Bar_Engraver
32 \new Staff \with {
33 % \remove "Bar_engraver"
34 } { b1 b1 }