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

Reply via email to