X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fvertical-aligned-staffgroups-without-connecting-systemstartbar.ly;h=adea0ef56261e2e0e332bd8cee6945ee45f62697;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=af5047fce4c2f724855baeb628be7d8978285ba2;hpb=6f88af063980030706a883f95b20b11cdc7d780b;p=lilypond.git diff --git a/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly b/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly index af5047fce4..adea0ef562 100644 --- a/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly +++ b/Documentation/snippets/vertical-aligned-staffgroups-without-connecting-systemstartbar.ly @@ -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.11" +\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 @@ -245,7 +243,7 @@ cbI = "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" " " }