]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / vertical-aligned-staffgroups-without-connecting-systemstartbar.ly
index 488eaef84c8fad7f6264d20931eee413480d9060..19937c82863e69ca9c9e15be6974ba1ee0aef089 100644 (file)
@@ -1,19 +1,17 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.15"
+\version "2.18.0"
 
 \header {
   lsrtags = "paper-and-layout, staff-notation, syntax-and-expressions"
 
   texidoc = "
-The code of this snippet shows how to achieve vertical aligned
-StaffGroups with a SystemStartBar for each StaffGroup, but without
-connecting them. This might be helpful for educational uses, but of
-course other  utilizations are thinkable.
+This snippet shows how to achieve vertically aligned StaffGroups with a
+SystemStartBar for each StaffGroup, but without connecting them.
 
 "
   doctitle = "Vertical aligned StaffGroups without connecting SystemStartBar"
@@ -43,7 +41,7 @@ course other  utilizations are thinkable.
   \context {
     \Score
     \override SystemStartBrace.style = #'bar-line
-    \override SystemStartBar.stencil = ##f
+    \omit SystemStartBar
     \override SystemStartBrace.padding = #-0.1
     \override SystemStartBrace.thickness = #1.6
     \remove "Mark_engraver"
@@ -67,7 +65,7 @@ eI =
                 \bold Teacher:
                 This is a simple setting of the choral. Please improve it.
                 }
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceOne
 
@@ -83,7 +81,7 @@ eI =
 
 eII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceTwo
         \partial 4
@@ -98,7 +96,7 @@ eII =
 
 eIII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceOne
@@ -114,7 +112,7 @@ eIII =
 
 eIV =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceTwo
@@ -153,7 +151,7 @@ exercise =
 sbI =
 \relative c' {
         \mark \markup { \bold" Pupil:" Here's my version! }
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceOne
 
@@ -169,7 +167,7 @@ sbI =
 
 sbII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceTwo
         \partial 4
@@ -184,7 +182,7 @@ sbII =
 
 sbIII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceOne
@@ -200,7 +198,7 @@ sbIII =
 
 sbIV =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceTwo
@@ -239,13 +237,13 @@ simpleBach =
 cbI =
 \relative c' {
         \mark \markup {
-                \bold "Teacher:"
-                \column {
-                        "Well, you simply copied and transposed a version of J.S.Bach."
-                        "Do you know this one?"
-                }
+          \bold "Teacher:"
+          \column {
+            "Well, you simply copied and transposed a version of J.S.Bach."
+            "Do you know this one?"
+          }
         }
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceOne
 
@@ -261,7 +259,7 @@ cbI =
 
 cbII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \voiceTwo
         \partial 4
@@ -276,7 +274,7 @@ cbII =
 
 cbIII =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceOne
@@ -292,7 +290,7 @@ cbIII =
 
 cbIV =
 \relative c' {
-        \key a\minor
+        \key a \minor
         \time 4/4
         \clef bass
         \voiceTwo
@@ -338,7 +336,7 @@ chromaticBach =
         \header {
                 title = \markup
                            \column {
-                             \vspace #1
+                             \combine \null \vspace #1
                              "Exercise: Improve the given choral"
                              " "
                             }