On Sun 18 Jul 2021 at 21:03:12 (-0400), ming tsang wrote:
> I lost track of the author who updated the snippet id 197 recently. I
> adapted to display the UTF-8 character in file path (location) and file
> name.
> I did some test:
> 1. file location path that contains UTF-8 character and no UTF-8
Le 18/07/2021 à 11:12, Thomas Morley a écrit :
Hi all,
consider the follwing code, moving Mark_engraver:
\score {
<<
\new Staff b1
\new Dynamics
\with { \consists "Mark_engraver" }
{ s2 \mark \default s2 }
>>
\layout {
\context {
\Score
Sorry about that post guys. It was to a student about a completely different
thing! I've just got a new mouse and it seems I've not got the hang of using
it yet!
On Thursday, 15 July 2021 17:37:34 BST Dr Nicholas Bailey wrote:
> Also looking good. Well-formed user stories.
>
> Helping each othe
Hi all,
consider the follwing code, moving Mark_engraver:
\score {
<<
\new Staff b1
\new Dynamics
\with { \consists "Mark_engraver" }
{ s2 \mark \default s2 }
>>
\layout {
\context {
\Score
\remove "Mark_engraver"
}
}
}
with 2.22.0 it works