lilypond-user
[Top][All Lists]
Advanced

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

Re: arranger, context voice


From: Stefan Thomas
Subject: Re: arranger, context voice
Date: Thu, 18 Nov 2021 19:02:55 +0100

Thanks, I'll check it out.

Am Mi., 10. Nov. 2021 um 22:42 Uhr schrieb Gilles Thibault <gillesth@free.fr>:

> I would like to understand what is the difference
> beetween
>
>> \new Staff \new Voice \A
>>
>  and
>
>> \new Staff \A
>>

This is not related to arranger.ly :

This snippet works :

%%%%%%%%%%%%%%%

\version "2.22.0"

music = { c'1 c' c' c' }

skips = {  s1*2 s1*2^"Hello" }

\new Staff << \skips \music >>

%%%%%%%%%%%%%%%

But if you replace the definition of \skips by

    skips = { s1*2( s1*2) }

the snippet fails (no slurs).

It fails also with

   skips = { s1*2 s1*2-> }

At last, with

skips = { s1*2 s1*2->^"Hello" }

you'll get an error :
   "script direction not yet known"

--
Gilles

reply via email to

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