]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/vaticana.ly
Added texidoc index.
[lilypond.git] / input / test / vaticana.ly
index 3741aca6baa3cffa2152813ca2fad046824f9cf4..41bc93a5457dfab87a8bdf24227205dccc25ae73 100644 (file)
@@ -1,15 +1,17 @@
-\version "1.7.16"
+\version "1.7.19"
 \header {
-    title      = "vaticana ligature test"
-    date       = "2003"
+    texidoc    = "vaticana ligature test"
 }
 
-\include "paper26.ly"
 \include "gregorian-init.ly"
 
 %
 % FIXME: custodes and clefs do not show on all staves
-% FIXME: some set_char_box() definitions seem to be bad
+%
+
+%
+% FIXME: move VaticnaStaff/VaticanaVoice definition to engraver-init.ly?
+% Or rather to gregorian-init.ly?
 %
 
 cantus = \notes \relative c {
@@ -36,19 +38,22 @@ verba = \context Lyrics = verba \lyrics {
   \paper {
     stafflinethickness = \staffspace / 5.0
     linewidth = 15.0 \cm
+    indent = 0.0
 %
 % FIXME: ragged-right alignment is currently broken
-%   width = 15.0 \cm
+%   width = 12.0 \cm
 %   raggedright = ##t
+%   gourlay_maxmeasures = 30.
 %
     \translator {
       \VoiceContext
       \name VaticanaVoice
       \alias Voice
+      \remove "Stem_engraver"
       \remove Ligature_bracket_engraver
       \consists Vaticana_ligature_engraver
       NoteHead \set #'style = #'vaticana_punctum
-      Stem \set #'transparent = ##t
+%     TextScript \set #'padding = #0.0
     }
     \translator {
       \StaffContext
@@ -58,6 +63,7 @@ verba = \context Lyrics = verba \lyrics {
       \remove Bar_engraver
       \consists Custos_engraver
       StaffSymbol \set #'line-count = #4
+%     StaffSymbol \set #'width = #60.0 % FIXME: how to get same as \linewidth?
       TimeSignature \set #'transparent = ##t
       KeySignature \set #'style = #'vaticana
       Accidental \set #'style = #'vaticana
@@ -67,7 +73,7 @@ verba = \context Lyrics = verba \lyrics {
       Custos \set #'adjust-if-on-staffline = ##t
     }
     \translator {
-      \HaraKiriStaffContext
+      \RemoveEmptyStaffContext
       \accepts VaticanaVoice
     }
     \translator {