[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with shortcuts
From: |
gerard . nollez |
Subject: |
Re: Problems with shortcuts |
Date: |
Sun, 29 Jan 2023 09:31:17 +0100 (CET) |
>This will be due to the new LilyPond version - can you send a example
>score with just one empty bar and a title with such an accent, as I
>would like to investigate this. Meanwhile you can install LilyPond 2.22
>and use the command
Here are attached 3 files for a test score for the accent anomaly: pdf, denemo
and screen copy of the display.
And the LilyPond file below.I am now working on the rest of your post!
Gérard
%% LilyPond file generated by Denemo version 2.6.0
%%http://www.gnu.org/software/denemo/
\version "2.24"
CompactChordSymbols = {}
#(define DenemoTransposeStep 0)
#(define DenemoTransposeAccidental 0)
DenemoGlobalTranspose = \void {}
titledPiece = {}
AutoBarline = {}
AutoEndMovementBarline = \bar "|."
#(define DenemoTransposeStep 3)
#(define DenemoTransposeAccidental 0)
DenemoGlobalTranspose = #(define-music-function (parser location
arg)(ly:music?) #{\transpose d g#arg #})
trill = #(make-articulation "stopped")
% The music follows
MvmntIVoiceI = {
\tempo "Pr??lude" d''8 d'' a'16 b'( a' b') c'' c''( bes' c'')
a'4\AutoBarline
a'8 a' g'16 g'( f' e') f' f'( e' d') a d'( e' d')\AutoBarline
cis' g'( a' g') d''8 d'' c'' d''16( c'') b'8 b'\AutoBarline
f'' f'' e''16 e''( d'' e'') f'' f''( e'' d'') e'' e''( f''
e'')\AutoBarline
%5
<d ' f ' a ' d''>4 c''16 f'( g' a') bes'8 bes' bes' a'16-\trill( f'16)
\AutoEndMovementBarline
}
%Default Score Layout
\header{DenemoLayoutName = "Default Score Layout"
instrumentation = \markup { \with-url
#'"scheme:(d-BookInstrumentation)" "Full Score"}
}
\header {
tagline = \markup {"/home/nollez/Bureau/denemo/test_2.24.denemo" on \simple
#(strftime "%x" (localtime (current-time)))}
dedication = ##f
title = ##f
subtitle = ##f
subsubtitle = ##f
instrument = ##f
poet = ##f
composer = ##f
meter = ##f
arranger = ##f
tagline = ##f
copyright = ##f
piece = ##f
opus = ##f
}
#(set-default-paper-size "a4")
#(set-global-staff-size 18)
\paper {
print-all-headers = ##t
}
#(set-global-staff-size 20)
\score { %Start of Movement
<<
<< \DenemoGlobalTranspose
<<
%Start of Staff
\new Staff = "Part 1" <<
\new Voice = "MvmntIVoiceI" {
\clef treble \key c \major \once \override Staff.TimeSignature #'style
= #'single-digit
\time 4/4 \MvmntIVoiceI
} %End of voice
>> %End of Staff
>>
>>
>>
\header {
dedication = ##f
title = ##f
subtitle = \markup \with-url #'"scheme:(d-GoToPosition 1 1 1
1)(DenemoSetTitles \"MovementTitles\" 'subtitle #t)" {Suite de pi??ces}
subsubtitle = ##f
instrument = ##f
poet = ##f
composer = ##f
meter = ##f
arranger = ##f
tagline = ##f
copyright = ##f
piece = ##f
opus = ##f
}
} %End of Movement
Capture d’écran du 2023-01-29 09-06-39.png
Description: PNG image
test_2.24-Default Score Layout.pdf
Description: Adobe PDF document
test_2.24.denemo
Description: XML document
- Problems with shortcuts, gerard . nollez, 2023/01/24
- Re: Problems with shortcuts, Richard Shann, 2023/01/24
- Re: Problems with shortcuts, gerard . nollez, 2023/01/28
- Re: Problems with shortcuts, Richard Shann, 2023/01/28
- Re: Problems with shortcuts, gerard . nollez, 2023/01/28
- Re: Problems with shortcuts, gerard . nollez, 2023/01/28
- Re: Problems with shortcuts, Richard Shann, 2023/01/28
- Re: Problems with shortcuts,
gerard . nollez <=
- Re: Problems with shortcuts, Richard Shann, 2023/01/29
- Re: Problems with shortcuts, gerard . nollez, 2023/01/29
- Re: Problems with shortcuts, Richard Shann, 2023/01/29
- Re: Problems with shortcuts, gerard . nollez, 2023/01/30