\version "2.13.55" cuenotes = \relative c' { R1 c4 c c c } \addQuote "cue" { \cuenotes } \addQuote "transpcue" { \transposition bes \cuenotes } music = \relative c' { c4 c c c \new Voice { \cueDuring #"cue" #DOWN { R1 \break} } } musicII = \transpose c' d' \relative c' { c4 c c c \new Voice { \cueDuring #"cue" #DOWN { R1 \break} } } musicIII = \transpose c' d' \relative c' { \transposition c' c4 c c c \new Voice { \cueDuring #"cue" #DOWN { R1 \break} } } musicIV = \relative c' { c4 c c c \new Voice { \cueDuring #"transpcue" #DOWN { R1 \break} } } musicV = \transpose c' d' \relative c' { \transposition c' c4 c c c \new Voice { \cueDuring #"transpcue" #DOWN { R1 \break} } } \score { << \new Staff \music \new Staff \musicII \new Staff \musicIII \new Staff \musicIV \new Staff \musicV >> }