Am 17.04.2017 um 22:06 schrieb Thomas Morley:
\layout {
     \context {
         \Staff
         \accepts PP
     }
     %% copy "Voice"-settings, rename to "PP"
     \context {
         \Voice
         \name PP
         \alias Voice
         %% all engravers from Voice are present
         %% remove/add what you want
         %% add overrides as well
     }
}

This can be ‘simplified’ using \inherit-acceptability:

\layout {
    \inherit-acceptability "PP" "Voice"
    %% copy "Voice"-settings, rename to "PP"
    \context {
        \Voice
        \name PP
        \alias Voice
        %% all engravers from Voice are present
        %% remove/add what you want
        %% add overrides as well
    }
}

Best, Simon

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to