lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with /accepts


From: Simon Albrecht
Subject: Re: Problem with /accepts
Date: Fri, 21 Apr 2017 02:37:03 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]