Sorry perhaps you mean on a line break. in that case you can do \version "2.18.2"
<<
\new Staff {
\relative c' {c2~c4 d~d e~e f~\break f2 g}
}
\new TabStaff{
\new TabVoice{
c2~c4 <d-4>~|
d e~e f~|
\once \override TabStaff.TabNoteHead.transparent = ##t
f2 g|
}
}
>>
Stephen
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
