Re: musicxml2ly output indentation style

2013-11-17 Thread Peter Bjuhr


On 11/17/2013 07:02 PM, Martin Tarenskeen wrote:


I did a short try with the dev version from Github (downloaded zip 
there) but I see no difference. Still had to use Tools->Format manually.


Sorry for a stupid question, but did you install after download?



But even if it works, it would still be a workaround instead of a real 
fix.




Agreed, as also Urs pointed out.

Best
Peter

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: musicxml2ly output indentation style

2013-11-17 Thread Martin Tarenskeen



On Sat, 16 Nov 2013, Peter Bjuhr wrote:


On 11/14/2013 09:16 AM, Martin Tarenskeen wrote:


Hi,

The lilypond output that is produced from musicxml2ly uses another 
indentation style than I see in my own scores when using for example Vim or 
Frescobaldi, or in all examples in the Lilypond documentation.



Hi Martin!

Thanks for pointing this out! In the latest development version of 
Frescobaldi scores imported through internal musicXML import are now 
reformatted (the same way as if Tools->Format were used).


I did a short try with the dev version from Github (downloaded zip there) 
but I see no difference. Still had to use Tools->Format manually.


But even if it works, it would still be a workaround instead of a real 
fix.


--

MT



___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: musicxml2ly output indentation style

2013-11-16 Thread Peter Bjuhr


On 11/14/2013 09:16 AM, Martin Tarenskeen wrote:


Hi,

The lilypond output that is produced from musicxml2ly uses another 
indentation style than I see in my own scores when using for example 
Vim or Frescobaldi, or in all examples in the Lilypond documentation.


for example:

%commonly used style
music = \relative c' {
  a b c d
}

%musicxml2ly style
music = \relative c' {
  a b c d
  }



Hi Martin!

Thanks for pointing this out! In the latest development version of 
Frescobaldi scores imported through internal musicXML import are now 
reformatted (the same way as if Tools->Format were used).


Best
Peter


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: musicxml2ly output indentation style

2013-11-16 Thread Urs Liska




Peter Bjuhr  schrieb:
>
>On 11/14/2013 09:16 AM, Martin Tarenskeen wrote:
>>
>> Hi,
>>
>> The lilypond output that is produced from musicxml2ly uses another 
>> indentation style than I see in my own scores when using for example 
>> Vim or Frescobaldi, or in all examples in the Lilypond documentation.
>>
>> for example:
>>
>> %commonly used style
>> music = \relative c' {
>>   a b c d
>> }
>>
>> %musicxml2ly style
>> music = \relative c' {
>>   a b c d
>>   }
>>
>
>Hi Martin!
>
>Thanks for pointing this out! In the latest development version of 
>Frescobaldi scores imported through internal musicXML import are now 
>reformatted (the same way as if Tools->Format were used).

... which of course doesn't mean that this issue couldn't/shouldn't be fixed 
right in musicxml2ly.

Urs

>Best
>Peter
>
>
>___
>lilypond-user mailing list
>lilypond-u...@gnu.org
>https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


musicxml2ly output indentation style

2013-11-14 Thread Martin Tarenskeen


Hi,

The lilypond output that is produced from musicxml2ly uses another 
indentation style than I see in my own scores when using for example Vim 
or Frescobaldi, or in all examples in the Lilypond documentation.


for example:

%commonly used style
music = \relative c' {
  a b c d
}

%musicxml2ly style
music = \relative c' {
  a b c d
  }

This is not a real-life example, but it shows what I mean. 
(I don't know if the indentation will survive in e-mail readers, so I have 
attached the example also)


It looks like everyone prefers the closing bracket to un-indent, except 
the people who developed musicxml2ly?


Is this a known issue, something that needs fixing?

--

MT%frescobaldi style
music = \relative c' {
  a b c d
}

%musicxml2ly style
music = \relative c' {
  a b c d
  }


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel