Multiple spaces disappear in SVG rendering

2015-02-25 Thread James Harkins
Interesting little discrepancy -- I just found that consecutive spaces in markup strings render correctly using the PDF backend, but get collapsed down to one space in SVG. I'm documenting a live-coding library, mainly using Emacs org-mode + LaTeX, but I threw in a bit of LilyPond to make a fig

\set Staff.printPartCombineTexts = ##f

2015-02-25 Thread MING TSANG
Hi lilyponders, \set Staff.printPartCombineTexts = ##f  did not work. Is it the proper place to put them?  (line # 373) I have use extract-music to split the SA into soprano and alto then combine them. Is this a proper way to do this? Immanuel,Ming.\version "2.19.15" \language "english" \head

Re: Why is scaleDurations not working?

2015-02-25 Thread Urs Liska
Am 26.02.2015 um 00:02 schrieb Dominic: Put curly braces around the notes that you want \scaleDurations to apply to, like this: \scaleDurations 16/17 { c32 c c c c c c c c c c c c c c c c } To make it even more explicit: \scaleDurations expects a music expression as second argument. \repea

Why is scaleDurations not working?

2015-02-25 Thread Ryan McClure
Hello, I'm trying to get two different rhythms to line up using \scaleDurations and I've noticed something interesting. When I input each note individually, it breaks, but when I use \repeat unfold X, it works... What am I doing wrong? \version "2.18.2" top = \relative c'{ \time 2/4 \scal

Re: lyric-word regression

2015-02-25 Thread David Nalesnik
Hi, On Wed, Feb 25, 2015 at 2:54 AM, Urs Liska wrote: > Am 25.02.2015 09:36, schrieb Simon Albrecht: > > The usual mistake… and once again with attachment ;-) >> >> Am 25.02.2015 um 09:35 schrieb Simon Albrecht: >> >>> Hello David, (hello list,) >>> >>> unfortunately through some change between

Re: lyric-word regression

2015-02-25 Thread Urs Liska
Am 25.02.2015 09:36, schrieb Simon Albrecht: The usual mistake… and once again with attachment ;-) Am 25.02.2015 um 09:35 schrieb Simon Albrecht: Hello David, (hello list,) unfortunately through some change between versions 2.19.8 and .15 your very useful lyric-word-compressor code ceased to

Re: lyric-word regression

2015-02-25 Thread Simon Albrecht
The usual mistake… and once again with attachment ;-) Am 25.02.2015 um 09:35 schrieb Simon Albrecht: Hello David, (hello list,) unfortunately through some change between versions 2.19.8 and .15 your very useful lyric-word-compressor code ceased to work. It exits with an error stating that ‘va

lyric-word regression

2015-02-25 Thread Simon Albrecht
Hello David, (hello list,) unfortunately through some change between versions 2.19.8 and .15 your very useful lyric-word-compressor code ceased to work. It exits with an error stating that ‘value # must be of type ’ (written from memory). Could you please help with this? Thanks in advance, S