On Mon, 2023-11-06 at 16:42 -0800, Donald J. Stewart wrote: > I added a Repeat Start Barline command to a measure with a key change > and it not only doesn't print, it completely leaves out the barline. Testing your example I get the repeat start barline typesetting as expected. If you use the command:
Command: Quick LilyPond Export Exports as LilyPond to a file named the same as the .denemo file but with .ly suffix. Location: Main Menu ▶ File ▶ Export As Internal Name: QuickLilyPondExport you could compare the file with the one I got (attached). I've attached the PDFs as created from that .ly file by running LilyPond on it as well as the PDF created by Denemo directly from your score. Richard BTW - at one time I recall a thread "trills and beams across barlines" but it never appears to have been resolved. Did this problem evaporate? > > I then tried Double Bar Repeat Start command and that works fine -- I > just don't want the additional double bar added to the end of the > line. > > am I missing something? > > > _____________________________________________ > D o n a l d J S t e w a r t > s o u n d - X
%% LilyPond file generated by Denemo version 2.6.34 %%http://www.gnu.org/software/denemo/ \version "2.22" CompactChordSymbols = {} #(define DenemoTransposeStep 0) #(define DenemoTransposeAccidental 0) DenemoGlobalTranspose = \void {} titledPiece = {} AutoBarline = {} AutoEndMovementBarline = \bar "|." % The music follows MvmntIVoiceI = { R1*4/4\AutoBarline R1*4/4\AutoBarline des'1 \key des \major \bar ".|:-|" <> \f f'4 f'8 aes' bes' des'' des'' bes'\AutoBarline %5 aes'4 aes'8 bes' aes'2 \bar ":|." R1*4/4 \AutoEndMovementBarline } %Default Score Layout \header{DenemoLayoutName = "Default Score Layout" instrumentation = \markup { \with-url #'"scheme:(d-BookInstrumentation)" "Full Score"} } \header { tagline = \markup {"/home/rshann/Desktop/repeat bar example.denemo" on \simple #(strftime "%x" (localtime (current-time)))} } #(set-default-paper-size "a4") #(set-global-staff-size 18) \paper { } \score { %Start of Movement << %Start of Staff \new Staff = "Classical Guitar" << \set Staff.instrumentName = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName) (cons (_ \"Change Indent\") d-ScoreIndent))))) (if choice (choice))) " "Classical Guitar" }\set Staff.midiInstrument = #"acoustic guitar (nylon)" \new Voice = "MvmntIVoiceI" { \clef treble \key c \major \time 4/4 \MvmntIVoiceI } %End of voice >> %End of Staff >> \layout { %{For Performance View%} } } %End of Movement
repeat bar example.pdf
Description: Adobe PDF document
repeat bar example-Default Score Layout.pdf
Description: Adobe PDF document
