]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-online-symbol-absence.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / staff-online-symbol-absence.ly
1 \version "2.11.55"
2 \header {
3
4   texidoc = "Symbols that need on-staffline info (like dots and ties)
5   continue to work in absence of a staff-symbol."
6
7 }
8
9 \new Staff \with {
10   \remove Staff_symbol_engraver
11 }
12 \relative c' {
13   \time 5/8
14   f4 ~ f4 
15   f4 f4.
16 }