]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-lines-lyric-only.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / test / bar-lines-lyric-only.ly
index a501547564eb7be2eeeb7fca52015b01f8065437..8a8ff6f88f651a8cc82bb43f34078135e10b8be3 100644 (file)
@@ -1,40 +1,40 @@
-\version "1.7.18"
-\header {
-
-texidoc = "@cindex Bar Line Lyric Only
-You can move around Bar_engraver and
-Span_bar_engraver if you want bar lines on lyrics.
-"  }
-
+\version "2.1.23"
+\header { texidoc = "@cindex Bar line lyric only
+You can move around @code{Bar_engraver} and
+@code{Span_bar_engraver} if you want bar lines on lyrics. "
+}
 
 \score {
-\notes \relative c' \context StaffGroup = groupie <
- \context Staff = SA { c1 c1 c1}
- \context Lyrics \lyrics <
+\notes \relative c' \context ChoirStaff <<
+ \new Staff { c1 c1 c1}
+ \context Lyrics \lyrics <<
   { bla1 die bla }
   { foo bar foo }
   { foo bar foo }  
- >
- \context Staff = SB { c1 c1 c1} 
-
- > 
+ >>
+ \new Staff { c1 c1 c1} 
+ >>
 
 
 \paper  {
+       raggedright = ##t
 \translator {
-  \LyricsVoiceContext
+  \LyricsContext
   \consists Bar_engraver
   % need procedure, since lyrics doesn't have a staff_sym engraver.
-  BarLine \override #'bar-size-procedure = #(lambda (x) 3.0)
+  \override BarLine #'bar-size-procedure = #(lambda (x) 3.0)
 }
-
 \translator {
   \LyricsContext
   \consists "Span_bar_engraver"
 }
 \translator{
-  \StaffGroupContext
+  \ChoirStaffContext
   \remove "Span_bar_engraver"
 }
+\translator {
+  \StaffContext
+  \remove "Bar_engraver"
+}
 }}
-%% new-chords-done %%
+