]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/no-span.ly
patch::: 1.3.18.jcn3
[lilypond.git] / input / test / no-span.ly
index e027434bb6df6bc0a6387aaa81f633021857b65b..74c05787ea22a21c9185e245df717cc31435a460 100644 (file)
@@ -1,19 +1,10 @@
-\header {
-  filename =  "pa.ly";
-  title =    "Wachet auf, ruft uns die Stimme";
-  opus =    "BWV";
-  composer =  "Johann Sebastian Bach 1685-1750 ";
-  enteredby =  "JCN";
-  copyright =  "public domain";
-}
-
-%% ?
+%% why non of this any effect?
 #(define Span_bar_engraver-visibility #f)
 #(define Staff_group_bar_engraver-visibility #f)
 #(define Span_score_bar_engraver-visability #f)
 
+#(assoc-set! bar-break-glyph-alist "bracket" '(nil . nil))
 
-% these should be two separate scores...
 \score{
   \context Score <
    \context StaffGroup<
   >
 \paper {
   textheight = 280.0 \mm;
-%{
-  \translator { 
-    \OrchestralScoreContext 
-    minVerticalAlign = 4.0*\staffheight;
-    maxVerticalAlign = 4.0*\staffheight;
-   }
-%}
   \translator { 
     \StaffGroupContext
     minVerticalAlign = 4.0*\staffheight;
     maxVerticalAlign = 4.0*\staffheight;
-    glyph = "brace";
+% this doesn't work
+    barType = #"|"
    }
    \translator { 
     \PianoStaffContext