Re: single Note swell

2017-12-20 Thread Simon Albrecht
Some explanations: On 20.12.2017 22:42, Simon Albrecht wrote: On 20.12.2017 01:21, Vivyan wrote: code to instruct a swell for the duration of c2 There’s several possibilities: First, LilyPond has the built-in command \espressivo (which is technically not a dynamic script, but an

Re: single Note swell

2017-12-20 Thread Simon Albrecht
On 20.12.2017 01:21, Vivyan wrote: code to instruct a swell for the duration of c2 There’s several possibilities: First, LilyPond has the built-in command \espressivo (which is technically not a dynamic script, but an articulation): %% { c2\espressivo } %% Second, your ‘example’

Re: single Note swell

2017-12-20 Thread David Kastrup
Vivyan writes: > just trying this bit of code to instruct a swell for the duration of c2, > this hasn't quite work? >c2'' { s2 s\< s\> s\! } The first thing to try if you get an example from somewhere is to use it _unmodified_ and see whether you get it to

Re: single Note swell

2017-12-19 Thread Ben
On 12/19/2017 7:47 PM, Vivyan wrote: Not quite on the score I need it to decres for the duration of the same note. I thought the S's were part of the syntax. Ah yes, indeed you can use spacer notes for that situation, now I understand. Also, make sure you use the << >> as well. There's a

Re: single Note swell

2017-12-19 Thread Vivyan
Not quite on the score I need it to decres for the duration of the same note. I thought the S's were part of the syntax. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org

Re: single Note swell

2017-12-19 Thread Vivyan
Not quite. I just thought the S's were part of the syntax I need to score to say: c < >. How can I get it decres as well as what you've shown me above? -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list

Re: single Note swell

2017-12-19 Thread Ben
On 12/19/2017 7:21 PM, Vivyan wrote: just trying this bit of code to instruct a swell for the duration of c2, this hasn't quite work? c2'' { s2 s\< s\> s\! } That code does not compile. The octave marks go on the other-side,   -->  c''2 Also, what are you trying to do with the S's?

single Note swell

2017-12-19 Thread Vivyan
just trying this bit of code to instruct a swell for the duration of c2, this hasn't quite work? c2'' { s2 s\< s\> s\! } -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user mailing list lilypond-user@gnu.org