lilypond-user
[Top][All Lists]
Advanced

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

Re: Musica ficta inside slur - how?


From: Zoltan Selyem
Subject: Re: Musica ficta inside slur - how?
Date: Wed, 23 Feb 2011 09:12:01 +0100

% Hi,
%
% I have found the solution:


\version "2.13.51"

ficta = { \once \set suggestAccidentals = ##t }

\paper{ ragged-right = ##t }

\relative a' {
 \override AccidentalSuggestion #'avoid-slur = #'inside
 \override AccidentalSuggestion #'outside-staff-priority = ##f

 \key bes \major
 a4 bes4.(a8 g4~ |
 g8 fis16 \ficta e fis4) g2 |
}


%
%
% Zoltan

Attachment: ficta.png
Description: PNG image


reply via email to

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