Re: Converting musicxml files

2017-12-11 Thread Mike Dean
Thanks--Mike
(I was that close to just starting from scratch in LilyPond.)

\version "2.19.80"
\language "english"
#(set-default-paper-size "letter")

\header {
  title = "Pastoral: The Great Physician"
  composer = "John Hart Stockton"
  arranger = "arr. Mike Dean"
}

\score {
\relative c'' {
 \clef treble
 \key c \major
 \time 6/8
 \tempo "Moderately"
\override Score.BarNumber.break-visibility = #end-of-line-invisible
\set Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
\set Score.markFormatter = #format-mark-circle-numbers
\override BreathingSign.text = \markup {
\musicglyph #"scripts.caesura.straight" }
 c4. b |
 c e,4 f8 |
 g a g f4 a8 |
 g4 c,8 c'4 b8 |
%5
 a g a e4 f8 |
 g f g e4 c8 |
 d4. g |
 g4 f8 e4 g8 |
 c4. g |
%10
 e8 d e c4 g'8 |
 a4. f4 a8 |
 g4 c,8 c'4 b8 |
 a4. e~  |
 e8 d e c4 g'8 |
%15
 f4 e8 d4. |
 c2.~  |
 c4 r8 r4 g'8 \bar "||" \mark \default
 g4  e8 c4 d8 |
 e4 f8 g4 g'8 |
%20
 g4 c,8 e4 c8 |
 d4. c4 g8 |
 g4 e8 c4 d8 |
 e4 f8 g4 g'8 |
 g4 c,8 e4 c8 |
%25
 d4. c |
 g8 a b c4 b8 |
 b4 a8 g4 r8 |
 g a b c4 b8 |
 b4 a8 g4 r8 |
%30
 g4 e8 c4 d8 |
 e4 f8 g4 g'8 |
 g4 c,8 e4 c8 |
 d4. c~  \bar "||" \mark \default
 c g |
%35
 e8 d e c4 g'8 |
 a8.( g16 f8 f8. g16) a8 |
 g4 c,8 c'4 b8 |
 a4. e~  |
 e8 d e c4 g'8 |
%40
 f4 e8 d c' b |
 c g' f e d c |
 b c d e4 c8 |
 c g' f e d c |
 b c b a4 e8~  |
%45
 e d e c c' b |
 a4 b8 c4 d8 |
 e4 c8 e4 b8 |
 a b a g4 b8 |
 e,2. |
%50
 e4 fs8 gs4 a8 |
 b4. b |
 d8 c b a b c |
 b4. e~ |
 e8 d c b4 e8 |
%55
 a,4. d~  |
 d8 c b a4 d8 |
 g,4. g |
 b8 a g f d g \bar "||" \mark \default
 c4. g |
%60
 e8 d e c4 g'8 |
 a4 f8~  f8. g16 a8 |
 g4 c,8 c'4 b8 |
 a4. e |
 fs8 e fs d4 a'8 |
%65
 b4. g4 b8 |
 a4 d,8 d'4 cs8 |
 b4. fs~ |
 fs8 e fs d d' cs |
 b4 a8 g4 fs8 |
%70
 e4.~  e4 a8 \bar "||" \mark \default
 \key d \major
 a4 fs8 d4 e8 |
 fs4 g8 a4 a'8 |
 a4 d,8 fs4 d8 |
 e4. d4 a8 |
%75
 a4 fs8 d4 e8 |
 fs4 g8 a4 a'8 |
 a4 d,8 fs4 d8 |
 e4. d~  |
 d~  d8 r r |
%80
 a' b cs d4 a8 |
 cs4 b8 a4 r8 |
 a b cs e d a |
 cs4 b8 a4 r8 |
 a4 fs8 d4 e8 |
%85
 fs4 g8 a4-\fermata \breathe r8 |
 a,4 d,8 fs4 d8 |
 e4. d~  \bar "||" \mark \default
 d  a' |
 fs8 e fs d4 a'8 |
%90
 b4. g4 b8 |
 a4 d,8 d'4 cs8 |
 b4. fs |
 fs8 e fs d4 a'8 |
 g4<> _\markup \italic\bold {"rit." } fs8 e4. |
%95
 d2.~  |
 d4.~  d8 r r \bar "|."
}}


Mike Dean

On Mon, Dec 11, 2017 at 4:51 PM, Jacques Menu Muzhic 
wrote:

> Hello Dean,
>
> Another version that runs fine with 2.19.
>
> JM
>
> —
>
>
> \version "2.19"
>
> % Comment or adapt next line as needed (default is 20)
> #(set-global-staff-size 19.9465)
>
> \header {
>   title  = "Title"
>   composer   = "Composer"
>   software   = "MuseScore 2.1.0"
>   encodingDate   = "2017-12-11"
> }
>
> \paper {
>   paper-width  = 22\cm
>   paper-height = 28\cm
>   top-margin   = 0.63\cm
>   bottom-margin= 0.63\cm
>   left-margin  = 0.63\cm
>   right-margin = 0.63\cm
>   indent   = 1.7\cm
>   short-indent = 1.3\cm
>
>   %page-count  = 1
>   %system-count= 1
> }
>
> \layout {
>   \context {
> \Score
> autoBeaming = ##f % to display tuplets brackets
>   }
> }
>
> % Pick your choice from the next two lines as needed
> myBreak = { \break }
> %myBreak = { }
>
> % Pick your choice from the next two lines as needed
> myPageBreak = { \pageBreak }
> %myPageBreak = { }
>
> P_POne_Staff_One_Voice_One = \relative {
>   \language "nederlands"
>   \key c \major
>   \numericTimeSignature \time 6/8
>   \clef "treble"
>   c''4. b | % 1
>   c4. e,4 f8 | % 2
>   g8 [ a g ] f4 a8 | % 3
>   g4 c,8 c'4 b8 | % 4
>   a8 [ g a ] e4 f8 | % 5
>   g8 [ f g ] e4 c8 | % 6
>   d4. g | % 7
>   g4 f8 e4 g8 | % 8
>   c4. g | % 9
>   \barNumberCheck #10
>   \myBreak | % 10
>
>   e8 [ d e ] c4 g'8 | % 10
>   a4. f4 a8 | % 11
>   g4 c,8 c'4 b8 | % 12
>   a4. e ~ | % 13
>   e8 [ d e ] c4 g'8 | % 14
>   f4 e8 d4. | % 15
>   c2. ~ | % 16
>   c4 r8 r4 g'8 | % 17
>
>
>   \mark\markup {\box {"1"}}
>   g4 e8 c4 d8 | % 18
>   \barNumberCheck #19
>   \myBreak | % 19
>
>   e4 f8 g4 g'8 | % 19
>   g4 c,8 e4 c8 | % 20
>   d4. c4 g8 | % 21
>   g4 e8 c4 d8 | % 22
>   e4 f8 

Re: Converting musicxml files

2017-12-11 Thread Mike Dean
For what it is worth, I ended the Frescobaldi-invoked Lilypond (and didn't
get an error log), so I'm not sure if I need to add something to my
Frescobaldi 3.0.1/Lilypond 2.19.80 installation to get the conversion
working properly (On the other hand, I don't have a need to import musicxml
files for the forseeable future)

Mike Dean

On Mon, Dec 11, 2017 at 12:51 PM, Mike Dean  wrote:

> Yes, I meant import...Meanwhile the Frescobaldi-invoked Lilypond is still
> running (and can challenge the Energizer Bunny in an 8K)
> Richard: Thank you for attaching the output...I am going to take a knee on
> the current operation.
>
> Mike Dean
>
> On Mon, Dec 11, 2017 at 12:41 PM, Richard Shann 
> wrote:
>
>> On Mon, 2017-12-11 at 11:22 -0500, Mike Dean wrote:
>> > Observation:
>> > Frescobaldi 3.0 is not playing nicely at all with musicxml file
>> > export
>>
>> Did you mean *import* ???
>>
>> > (no new developments from this
>> > page: https://github.com/wbsoft/frescobaldi/issues/910)
>> > II'm looking to do the import directly from lilypond, but am not sure
>> > how to go about it...
>> > the musicxml files (uncompressed and compressed) are attached
>>
>> I thought it would be interesting to try to convert you musicXML to
>> LilyPond with Denemo - attached is the result...
>>
>> Richard
>>
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Converting musicxml files

2017-12-11 Thread Mike Dean
Yes, I meant import...Meanwhile the Frescobaldi-invoked Lilypond is still
running (and can challenge the Energizer Bunny in an 8K)
Richard: Thank you for attaching the output...I am going to take a knee on
the current operation.

Mike Dean

On Mon, Dec 11, 2017 at 12:41 PM, Richard Shann 
wrote:

> On Mon, 2017-12-11 at 11:22 -0500, Mike Dean wrote:
> > Observation:
> > Frescobaldi 3.0 is not playing nicely at all with musicxml file
> > export
>
> Did you mean *import* ???
>
> > (no new developments from this
> > page: https://github.com/wbsoft/frescobaldi/issues/910)
> > II'm looking to do the import directly from lilypond, but am not sure
> > how to go about it...
> > the musicxml files (uncompressed and compressed) are attached
>
> I thought it would be interesting to try to convert you musicXML to
> LilyPond with Denemo - attached is the result...
>
> Richard
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Converting musicxml files

2017-12-11 Thread Mike Dean
Am not sure how long Lilypond is to be running before expecting output
(error messages or otherwise), but am hoping that it is not hanging...

Mike Dean

On Mon, Dec 11, 2017 at 12:10 PM, Mike Dean  wrote:

> Hi Martin:
> I am not sure if I was doing the steps correctly (was working with
> Frescobaldi 3.01 and LP 2.19.42; have since updated to 2.19.80)
> Am trying the steps again; in 2.19.42 I got no output
>
>
>1. Menu File > Import MusicXML
>2. Select a MusicXML file
>3. Execute musicxml2ly
>
> Expect: The import dialog disappears and a new code window with the
> generated ly file should open
> Actual: The import dialog disappears but nothing else
>
> In 2.19.80 LP is running (and says it can take some time...), so will post
> another after the process completes 
>
> Mike Dean
>
> On Mon, Dec 11, 2017 at 12:02 PM, Martin Tarenskeen <
> m.tarensk...@zonnet.nl> wrote:
>
>>
>>
>> On Mon, 11 Dec 2017, Mike Dean wrote:
>>
>> Observation:Frescobaldi 3.0 is not playing nicely at all with musicxml
>>> file export
>>> (no new developments from this page: https://github.com/wbsof
>>> t/frescobaldi/issues/910)
>>> II'm looking to do the import directly from lilypond, but am not sure
>>> how to go about it...
>>> the musicxml files (uncompressed and compressed) are attached
>>>
>>
>> Frescobaldi calls musicxml2ly to do the conversion. musicxml2ly is a
>> python script that is part of the LilyPond distribution.
>>
>> I tried your musicxml file and it seems to convert to lilypond files fine
>> on my system. Could you be more specific than just "not playing nice at
>> all"?
>>
>> --
>>
>> MT
>
>
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Converting musicxml files

2017-12-11 Thread Mike Dean
Hi Martin:
I am not sure if I was doing the steps correctly (was working with
Frescobaldi 3.01 and LP 2.19.42; have since updated to 2.19.80)
Am trying the steps again; in 2.19.42 I got no output


   1. Menu File > Import MusicXML
   2. Select a MusicXML file
   3. Execute musicxml2ly

Expect: The import dialog disappears and a new code window with the
generated ly file should open
Actual: The import dialog disappears but nothing else

In 2.19.80 LP is running (and says it can take some time...), so will post
another after the process completes 

Mike Dean

On Mon, Dec 11, 2017 at 12:02 PM, Martin Tarenskeen 
wrote:

>
>
> On Mon, 11 Dec 2017, Mike Dean wrote:
>
> Observation:Frescobaldi 3.0 is not playing nicely at all with musicxml
>> file export
>> (no new developments from this page: https://github.com/wbsof
>> t/frescobaldi/issues/910)
>> II'm looking to do the import directly from lilypond, but am not sure how
>> to go about it...
>> the musicxml files (uncompressed and compressed) are attached
>>
>
> Frescobaldi calls musicxml2ly to do the conversion. musicxml2ly is a
> python script that is part of the LilyPond distribution.
>
> I tried your musicxml file and it seems to convert to lilypond files fine
> on my system. Could you be more specific than just "not playing nice at
> all"?
>
> --
>
> MT
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user