Re: SlurUp & Down

2017-12-19 Thread SoundsFromSound
Simon Albrecht-2 wrote > On 19.11.2017 23:44, Ben wrote: >> The log is 100% clean, no errors in LilyPond, but Frescobaldi >> color-coded it as 'bad code' error'd. > > Frescobaldi syntax highlighting isn’t updated during the development > cycle, only for stable versions. Can be annoying at times

Re: SlurUp & Down

2017-12-19 Thread Ben
On 12/19/2017 6:25 PM, Vivyan wrote: How do I cancel double slurs once they're there.. I' can't just use slurup? Gymnopedie_no.ly -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html Hi again, If you're going

Re: SlurUp & Down

2017-12-19 Thread Urs Liska
Am 20.12.2017 um 00:25 schrieb Vivyan: How do I cancel double slurs once they're there.. I' can't just use slurup? Gymnopedie_no.ly I didn't actually test your file but when you have \set doubleSlurs = ##t you can achieve t

Re: SlurUp & Down

2017-12-19 Thread Vivyan
How do I cancel double slurs once they're there.. I' can't just use slurup? Gymnopedie_no.ly -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html ___ lilypond-user maili

Re: SlurUp & Down

2017-11-19 Thread Simon Albrecht
On 19.11.2017 23:44, Ben wrote: The log is 100% clean, no errors in LilyPond, but Frescobaldi color-coded it as 'bad code' error'd. Frescobaldi syntax highlighting isn’t updated during the development cycle, only for stable versions. Can be annoying at times… Best, Simon __

Re: SlurUp & Down

2017-11-19 Thread Ben
On 11/19/2017 5:34 PM, Simon Albrecht wrote: %%% \version "2.19.80" \relative c' {  \time 5/4  < d_\=1 ( d' c'\=2 ( > \<  r8  g'  b  < ges\=2 ) d, bes\=1 ) > \!\mp\<  ees,    ees  4\! } See...that's strange...I had inputted that into Frescobaldi but it flagged the code as error'd so I d

Re: SlurUp & Down

2017-11-19 Thread Ben
On 11/19/2017 5:37 PM, David Kastrup wrote: Ben writes: On 11/19/2017 5:00 PM, Vivyan wrote: Hi How can I slur from lowest d to b flat whilst also including the slur already in the on the score? Many thanks, Joel

Re: SlurUp & Down

2017-11-19 Thread David Kastrup
Ben writes: > On 11/19/2017 5:00 PM, Vivyan wrote: >> Hi >> >> How can I slur from lowest d to b flat whilst also including the slur >> already in the on the score? >> >> Many thanks, >> >> Joel >> >> >> > > I qui

Re: SlurUp & Down

2017-11-19 Thread Simon Albrecht
On 19.11.2017 23:00, Vivyan wrote: Hi How can I slur from lowest d to b flat whilst also including the slur already in the on the score? Using Ben Lemon’s code, I can confirm that 2.19.80 also allows using the \= syntax for differentiating simultaneous spanners: %%% \version "2.19.80" \rel

Re: SlurUp & Down

2017-11-19 Thread Ben
On 11/19/2017 5:00 PM, Vivyan wrote: Hi How can I slur from lowest d to b flat whilst also including the slur already in the on the score? Many thanks, Joel I quickly inputted the code into Frescobaldi, I m

Re: SlurUp & Down

2017-11-19 Thread Ben
On 11/19/2017 5:00 PM, Vivyan wrote: Hi How can I slur from lowest d to b flat whilst also including the slur already in the on the score? Many thanks, Joel Images are helpful yes, but please include some

Re: SlurUp & Down

2017-11-19 Thread David Kastrup
Vivyan writes: > Hi > > How can I slur from lowest d to b flat whilst also including the slur > already in the on the score? > > Many thanks, > > Joel > Where is the problem? You start the slur with _( on the sa