]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-online-symbol-absence.ly
583c690ece4ffaf0d76c20c10f4701de4ad18269
[lilypond.git] / input / regression / staff-online-symbol-absence.ly
1 \version "2.12.0"
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 }