denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with shortcuts


From: Richard Shann
Subject: Re: Problems with shortcuts
Date: Sun, 29 Jan 2023 09:21:49 +0000
User-agent: Evolution 3.38.3-1

On Sun, 2023-01-29 at 09:31 +0100, gerard.nollez@free.fr wrote:
> > 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" 

You can see at this point the LilyPond is being asked to typeset the
word "Pr??lude" not the word "Prèlude" and that is what it does. So the
two ?? have been inserted into the Denemo score by the Metronome Mark
command that you have used.
I've just run flatpak denemo 2.6.0 and created a file with this
metronome mark command and it generated the attached, which you can see
has the correct character. The implication is that you have a custom
version of the MetronomeMark command in your ~/.denemo-
2.6.0/actions/menus/Directives/Markings directory.
The easy way to test for this is to rename ~/.denemo-2.6.0 to
~/hidden_dot_denemo and rerun flatpak denemo *not* keeping your custom
shortcuts. commands etc.
If you then run the command to insert the Prèlude marking it should
then work.

Richard





>  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

Attachment: AccentedCharacters.denemo
Description: application/wine-extension-denemo


reply via email to

[Prev in Thread] Current Thread [Next in Thread]