Hello Dmitry,

Le dim. 30 mai 2021 à 11:31, Ivanov Dmitry <usr...@gmail.com> a écrit :

>
> 1. Is it possible to move the slur above the stuff as it overlaps with
> crescendo and diminuendo marks?
>

Just indicate the orientation with a ^ for above and _ for below:

4\< c4^( d4 |


> 2. C minor key has 3 flat notes, whose marks are not printed by default.
> Is it possible to forcefully print the flat or sharp sign for some notes (I
> added it in red)? As the piece is hard for me and it will help to decrease
> the cognitive stress.
>

Add a ! for printing it or a ? for making it in parenthesis

g2 aes!4\! |

or

g2 aes?4\! |

Which gives

\score {
  \new PianoStaff \with { instrumentName = "Piano" }
  <<
    \new Staff = "upper" \relative c' {
      \clef violin
      \key c \minor
      \time 3/4
      c4\< c4^( d4 |
      ees4 c4 ees4 |
      g2 aes?4\! |
      g2.\> |
      f2.^) | <>\!
    }
  >>
  \layout { }
}

Hope this helps,

-- 
JJ Fleck
Physique et Informatique
PCSI1 Lycée Kléber

Reply via email to