Browse Source

music ๐ŸŽน

windhamdavid 2 days ago
parent
commit
fc668e57da
5 changed files with 58 additions and 2 deletions
  1. 8 2
      notes/autos.md
  2. 2 0
      notes/house/helene.md
  3. 1 0
      notes/index.md
  4. 36 0
      notes/music/music.md
  5. 11 0
      sidebarsnotes.js

+ 8 - 2
notes/autos.md

@@ -1,7 +1,13 @@
 # Autos
 
-see - https://davidawindham.com/automobiles/
+24/12/13 - Need a place to make notes about the automobiles. wished I'd had these notes going while I was dealing with the def fluid on the diesel. 
+
 
 ## Log
 
-- 24/12/13 - wished I'd had these notes going while I was dealing with the def fluid on the diesel. 
+
+## see also 
+
+- https://davidawindham.com/automobiles/
+- https://davidawindham.com/its-electric/
+

+ 2 - 0
notes/house/helene.md

@@ -15,6 +15,8 @@ image: https://davidawindham.com/wha/helene-1.jpg
 
 ## Log
 
+- 4/16 - **Gas** lines installed
+- 4/10 - **Roof** replaced - 7am -> 6pm - finished 
 - 4/10 - **Roof** replaced - 7am -> 6pm - finished 
 - 4/02 - **windows** replaced (+ sunroom/office)
 - 3/26 - CPW marked utility lines for gas 

+ 1 - 0
notes/index.md

@@ -7,6 +7,7 @@ slug: /
 
 ## Log
 
+- 25/04/26 - ๐ŸŽน [music/music](/notes/music/)
 - 25/03/03 - ๐ŸŽจ [house/studio](/notes/house/studio)
 - 25/02/15 - ๐Ÿก [house/helene](/notes/house/helene)
 - 24/12/16 - โค๏ธโ€๐Ÿฉน [health](/notes/health) biometrics

+ 36 - 0
notes/music/music.md

@@ -0,0 +1,36 @@
+# Music
+
+25/04/26 - I just started relearning how to read and write music because [I got a new keyboard](/posts/arturia). I need an easy way to make notes about music notation and ideally, I could just use a library to make notation here in markdown. It'd also be nice to have a way to illustrate the piano keys without images. I've started to getting some pdfs together of the major scales. I've also started using Logic Pro instead of Adobe Audition which is gonna require a whole other set of cheat sheets.
+
+
+## Log
+
+- 25/04/25 - [new keyboard](/posts/arturia)
+
+
+## Notation
+
+In Obsidian, I'm able to use the ABC Notation ( https://en.wikipedia.org/wiki/ABC_notation ) via https://www.abcjs.net - will need to pull the library in for using it here. 
+
+```sh
+
+```music-abc
+{
+  "tablature": [{"instrument": "piano"}]
+}
+---
+X:1
+T: David's
+M: 4/4
+L: 1/8
+R: reel
+K: G
+|:D2|EB{c}BA B2 EB|~B2 AB dBAG|FDAD BDAD|FDAD dAFD|
+```
+
+
+
+## See Also
+
+- [/lists/art/music](/lists/art/music/)
+- [/lists/art/music/playlist](/lists/art/music/playlist)

+ 11 - 0
sidebarsnotes.js

@@ -105,6 +105,17 @@ module.exports = {
       type:'doc',
       id:'ideas',
     },
+    {
+      type:'category',
+      label:'Music',
+      collapsible: true,
+      link: {      
+        type:'doc',
+        id:'music/music',
+      },
+      items: [
+      ]
+    },
     {
       type:'category',
       label:'Play',