On 5/6/21 2:07 AM, Ted Felix wrote:
On 5/5/21 11:53 PM, david wrote:
But when I tried to print preview it, Lilypond gave me this error:
Processing terminated due to fatal errors.
Ideas?

 There is a test you can run if you do a debug build.  If you didn't do a debug build, you'll need to run cmake again.  I usually delete my build directory and start over with the build process.  Not sure if that's still needed.  At the cmake step be sure to use the option that turns on debug:

   cmake .. -DCMAKE_BUILD_TYPE=Debug

 Once you have a debug build, do a "make test" from the build directory.  It should look like this once it is done:

$ make test
Running tests...
Test project /home/ted/tmp/devel/rosegarden/rosegarden-workspace/rosegarden-git/build
   Start 1: realtime
1/9 Test #1: realtime .........................   Passed    0.33 sec
   Start 2: accidentals
2/9 Test #2: accidentals ......................   Passed    0.30 sec
   Start 3: segmenttransposecommand
3/9 Test #3: segmenttransposecommand ..........   Passed    0.29 sec
   Start 4: test_notationview_selection
4/9 Test #4: test_notationview_selection ......   Passed    1.50 sec
   Start 5: transpose
5/9 Test #5: transpose ........................   Passed    0.31 sec
   Start 6: reference_segment
6/9 Test #6: reference_segment ................   Passed    0.33 sec
   Start 7: utf8
7/9 Test #7: utf8 .............................   Passed    0.29 sec
   Start 8: testmisc
8/9 Test #8: testmisc .........................   Passed    2.12 sec
   Start 9: lilypond_export_test
9/9 Test #9: lilypond_export_test .............   Passed   22.86 sec

100% tests passed, 0 tests failed out of 9

Total Test time (real) =  28.36 sec


 Let us know how that goes.

Ted.


_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Make test ran, no failures, time reported 7.13 seconds.

Still getting the same error from Lilypond.

I started it from a terminal, here's what seems to refer to Lilypond:

QSettings for LilyPond (populateDefaultValues):
  lilyexportmarkermode: 0
  lilyraggedbottom: false

QSettings for LilyPond (slotApply):
  lilyexportmarkermode: 0
  lilyraggedbottom: false

[LilyPondExporter] clef: "treble" lastClefFound: "treble"
[LilyPondExporter] clef: "treble" lastClefFound: "treble"
[LilyPondExporter] INCREMENTING MULTI-MEASURE COUNTER (offset rest height will be ignored) LilyPondProcessor::LilyPondProcessor():  mode: 1 m_filename: rosegarden_tmp_qyIgVC.ly
LilyPondProcessor::runConvertLy()
LilyPondProcessor::runLilyPond()
LilyPondProcessor::runFinalStage()
  finalStage: exportedBeams == false
 exportedBrackets == false
[RosegardenMainWindow] getLilyPondTmpName() - using tmp file: "/tmp/rosegarden_tmp_XXXXXX.ly"
QSettings for LilyPond (populateDefaultValues):
  lilyexportmarkermode: 0
  lilyraggedbottom: false

QSettings for LilyPond (slotApply):
  lilyexportmarkermode: 0
  lilyraggedbottom: false

[LilyPondExporter] clef: "treble" lastClefFound: "treble"
[LilyPondExporter] clef: "treble" lastClefFound: "treble"
[LilyPondExporter] INCREMENTING MULTI-MEASURE COUNTER (offset rest height will be ignored) LilyPondProcessor::LilyPondProcessor():  mode: 1 m_filename: rosegarden_tmp_vYllbX.ly
LilyPondProcessor::runConvertLy()
LilyPondProcessor::runLilyPond()
LilyPondProcessor::runFinalStage()
  finalStage: exportedBeams == false
 exportedBrackets == false

Lilypond here is GNU LilyPond 2.18.2. Newest version listed in Debian Testing.

Ideas?

--
David W. Jones
[email protected]
authenticity, honesty, community
http://dancingtreefrog.com
"My password is the last 8 digits of π."



_______________________________________________
Rosegarden-user mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-user

Reply via email to