Maria durch ein Dornwald ging: Difference between revisions

m Make Wiki display the header
Manuela (talk | contribs)
mNo edit summary
Line 1: Line 1:
German advent song with many features of Lilypond.
<noinclude>German advent song with many features of Lilypond.</noinclude>
 
<lilypond version="2.24" full>
<lilypond version="2.24" full>
\language "deutsch"
\language "deutsch"
Line 133: Line 132:


\layout {
\layout {
  \context {
    \Voice
    beamExceptions = #'()
    \override BreathingSign.text =
    \markup { \musicglyph "scripts.lvarcomma" }
    \override Stem.neutral-direction = #down
    \override Script.outside-staff-priority = #'()
    \override Script.padding = #1
    \override Slur.thickness = #3
    \override Tie.thickness = #3
    \override PhrasingSlur.thickness = #3
    \override Rest.voiced-position = #0
    \consists Horizontal_bracket_engraver
    \override HorizontalBracket.direction = #UP
    \override HorizontalBracket.bracket-flare = #'(0 . 0)
    \omit AmbitusAccidental
  }
   \context {
   \context {
     \Lyrics
     \Lyrics
Line 159: Line 141:
     \override LyricText.self-alignment-X = #LEFT
     \override LyricText.self-alignment-X = #LEFT
   }
   }
  \context {
 
    \Staff
    \remove Keep_alive_together_engraver
    explicitKeySignatureVisibility = #end-of-line-invisible
    explicitClefVisibility = #end-of-line-invisible %% Notenschlüssel am Zeilenende nicht anzeigen
    \RemoveEmptyStaves
    beamExceptions = #'()
    \override BreathingSign.text =
    \markup { \musicglyph "scripts.lvarcomma" }
  }
   \context {
   \context {
     \ChordNames
     \ChordNames
Line 187: Line 160:
   \context {
   \context {
     \Score
     \Score
    \override VerticalAxisGroup.remove-first = ##t
    \override MetronomeMark.break-align-anchor-alignment = #0
    \override MetronomeMark.break-align-symbols = #'(left-edge ambitus clef)
    \override MetronomeMark.font-size = #1
    \override MetronomeMark.font-variant = #'small-caps
    \override BarLine.thick-thickness = 5
     barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers
     barNumberVisibility = #first-bar-number-invisible-and-no-parenthesized-bar-numbers
     \override BarNumber.after-line-breaking = ##f
     \override BarNumber.after-line-breaking = ##f
Line 202: Line 169:
     \override BarNumber.self-alignment-X = #0
     \override BarNumber.self-alignment-X = #0
     \override BarNumber.break-visibility = #end-of-line-invisible
     \override BarNumber.break-visibility = #end-of-line-invisible
    \override Timing.beamExceptions = #'()
    \override RehearsalMark.break-visibility = #end-of-line-invisible
     \accepts GermanChordNames
     \accepts GermanChordNames
   }
   }
Line 395: Line 360:
   ragged-right = ##f
   ragged-right = ##f
   ragged-last = ##f
   ragged-last = ##f
  ragged-last-bottom = ##f
   print-all-headers = ##f
   print-all-headers = ##f
   print-first-page-number = ##f
   print-page-number = ##f
   oddHeaderMarkup = ##f
   oddHeaderMarkup = ##f
   evenHeaderMarkup = ##f
   evenHeaderMarkup = ##f
Line 406: Line 372:
   markup-system-spacing.padding = #5
   markup-system-spacing.padding = #5
   ragged-last-bottom = ##t
   ragged-last-bottom = ##t
  scoreTitleMarkup = #bookTitleMarkup
  bookTitleMarkup = ##f
}
}


Line 425: Line 393:
     (music-pitches #{
     (music-pitches #{
       {
       {
         c %b, d es f
         c b,
                   } #}
                   } #}
                   ))
                   ))
}
}
</lilypond>
</lilypond>