]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-online-symbol-absence.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / staff-online-symbol-absence.ly
1 \version "2.19.21"
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 {
13   \time 5/8
14   f'4 ~ 4 
15   f4 f4.
16 }