-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I have tried to lower the dots above the cords to below with no success

A <h, f’>_-. raises an error and \dynamicsDown does not work.
What an I missing?

BTW I read the manual about placement and did not find a solution, the English 
and the German one. Whereelse to look?

Bernhard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (MingW32)
Comment: Using gpg4o v3.3.26.5094 - http://www.gpg4o.de/
Charset: utf-8

iQIcBAEBAgAGBQJUTmAZAAoJENCoWyDsDBkPlbIP/RWd8m5nNY2mlTvFSE7csqEq
NMi14uZ90xMnet82Apn5NK5mSValJXrZRk248qbvgcvgE1af9n2p2o6HHMIZL2DO
BEDuf/Z9kJ7p6bWldy1ur6vLjJSGpVpyjaDIJpb5OeDis2LgUw/boTvItpUFwPF0
2JR0GstvsdDYNOlbJ0F7/QY8xMhtxaJt4/UhiVtK2d0LoKb6lP+coUbMOPqyMeo4
tfMRHwCoh5A/qp0M7F1IHbPKONQODlMFcdD+guP+sfBkPYLupZYRYpifc3JCNnhF
RglXIWh7Ae72U0NPE3Voz8WFKJwNfi/80nVdP7DPQf9u9rAhlWr0rsqDUuNsPbMn
V+xeiOhU2MHCBYE4K+pKjpmes7SghHCA3qfewZBcelVe1SvIFXbQJRKQVZ+9ZF7R
6hq6ERm2blRq5kaQEqRE32KfzqQVZ9takphNVj2q1adGHQ+Q1DMmP9SbYwpmWPno
QmjFR6whg7n49FI07EkgtEOMFimThQ3t/4QHFfJBnrzB1wK7KFmLgV3Y4oxRZjLa
1SSmIATsFXyhCPTP4z4/IacyqL4R/xW7FXEMPKJJcTUcIksZzsT8r/yQogZz3rDJ
tSm2Wj9c2uaLG9dNqH+EnV+fp47IqDxhiODaIab9W6+njMPF+RF4nJY8jlxSoi1v
61Kcpmaff+g7uVdH6zp3
=ritz
-----END PGP SIGNATURE-----

Hi,

 

I have tried to lower the dots above the cords to below with no success

 

A <h, f’>_-. raises an error and \dynamicsDown does not work.

What an I missing?

 

BTW I read the manual about placement and did not find a solution, the English and the German one. Whereelse to look?

 

Bernhard

\version "2.18.2"
\language "deutsch"
global = {
  \key c \major
  \time 4/4
}

rightone = \relative c'' {
  \global
  < h, f'>-. h'\rest < e, c >-. h'\rest | < a c, >-. h\rest < a c, >-. h\rest
}
rightTwo = \relative c' {
  \global
   s1 s1 
   
}

organPart = \new PianoStaff \with {
  instrumentName = "Orgel"
} <<
  \new Staff = "right" \with {
    midiInstrument = "church organ"
  } << \rightone \\ \righttwo  >>
  
>>

\score {
  <<
    \organPart
  >>
  \layout { }
  \midi {
    \tempo 4=100
  }
}

Attachment: PGPexch.htm.sig
Description: Binary data

Attachment: test_pointed.ly.sig
Description: Binary data

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to